Disable caches on AppVeyor/Travis
authorAlex Crichton <alex@alexcrichton.com>
Fri, 17 Feb 2017 16:23:23 +0000 (08:23 -0800)
committerAlex Crichton <alex@alexcrichton.com>
Fri, 17 Feb 2017 16:23:23 +0000 (08:23 -0800)
They just seem to grow without bound and cause problems unfortunately :(

.travis.yml
appveyor.yml

index 0145141dc67a06947fb868985a684d86fae33796..3fa28ffa8ed31cccaabad3aa228d909393c43ce7 100644 (file)
@@ -157,5 +157,4 @@ deploy:
 
 cache:
   directories:
-    - $HOME/.cargo
     - target/openssl
index 728be22513ca215d4e773974f0f6bc40f858698e..7b9e406a2c3d50589fb1c6c2f3e790e2d0ff84ae 100644 (file)
@@ -45,10 +45,6 @@ build: false
 test_script:
   - sh src/ci/run.sh %TARGET%
 
-cache:
-  - target
-  - C:\Users\appveyor\.cargo\registry
-
 before_deploy:
   - ps: |
         New-Item -Path deploy -ItemType directory